IGearInPosCommand Interface
Represents a gear-ratio move.
Inheritance hierarchy
System.Object
IntervalZero.KINGSTAR.Base.Class.IKsCommand
IntervalZero.KINGSTAR.Base.Class.IGearInPosCommand
Namespace: IntervalZero.KINGSTAR.Base.Class
Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0
Syntax
public interface IGearInPosCommand : IKsCommand
Public Interface IGearInPosCommand Inherits IKsCommand
The IGearInPosCommand interface exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Acceleration | The maximum acceleration during the synchronization phase. |
![]() |
BufferMode | Defines how to blend the velocity of two methods. |
![]() |
Deceleration | The maximum deceleration during the synchronization phase. |
![]() |
Jerk | The maximum jerk during the synchronization phase. |
![]() |
Master | The reference to the master axis. |
![]() |
MasterStartDistance | The distance for the master to travel to synchronize with the slave (when the slave axis is started to get into synchronization). |
![]() |
MasterSyncPosition | The master's position where the slave is in sync with the master. |
![]() |
MasterValueSource | Defines the source for synchronization. |
![]() |
Permanent | Determines whether the gear state is preserved after the motor is disabled. |
![]() |
Ratio | The gear ratio. |
![]() |
SlaveSyncPosition | The slave's position where the slave is in sync with the master. |
![]() |
SyncMode | Defines the way to synchronize. |
![]() |
Velocity | The maximum velocity during the synchronization phase. |
See also